setBackgroundColor Method
In This Topic
Sets the widget background color.
Syntax
public void setBackgroundColor(
PDFColor
)
|
Parameters
- value
- The widget background color.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | Thrown when the property is set to a color other than Gray, RGB or CMYK. |
See Also